
  /* ================================================================
     L-CUSTOM TOKENS Editorial cream-driven, terracotta as accent
  ================================================================ */
  :root {
    --l-custom-bg:        #FDFBF7;
    --l-custom-bg-2:      #F6EFE3;
    --l-custom-bg-3:      #EFE6D5;
    --l-custom-paper:     #FFFFFF;
    --l-custom-accent:    #D27D56;
    --l-custom-accent-dk: #A65839;
    --l-custom-accent-lt: #F0D4C1;
    --l-custom-ink:       #1F1813;
    --l-custom-ink-2:     #4A3F35;
    --l-custom-ink-3:     #7A6E5F;
    --l-custom-ink-4:     #B0A595;
    --l-custom-line:      #E0D5C2;
    --l-custom-line-2:    #D8CBB3;
    --l-custom-gold:      #B6924A;
    --l-custom-shadow-sm: 0 6px 18px rgba(31, 24, 19, 0.06);
    --l-custom-shadow:    0 18px 48px rgba(31, 24, 19, 0.10);
    --l-custom-shadow-lg: 0 30px 80px rgba(31, 24, 19, 0.15);
  }

  /* SCOPED RESET only inside .l-custom-wrap */
  .l-custom-wrap, .l-custom-wrap * { box-sizing: border-box; }
  .l-custom-wrap {
    background: var(--l-custom-bg);
    color: var(--l-custom-ink);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 17px; line-height: 1.65;
    font-weight: 400;
    /*overflow-x: hidden;*/
    -webkit-font-smoothing: antialiased;
  }

  /* TYPE SCALE Fraunces display + Inter body (editorial pairing) */
  .l-custom-wrap h1, .l-custom-wrap h2,
  .l-custom-wrap h3, .l-custom-wrap h4 {
    font-family: 'Fraunces', 'Times New Roman', serif;
    font-weight: 400;
    font-variation-settings: "opsz" 144;
    letter-spacing: -0.015em;
    color: var(--l-custom-ink);
    line-height: 1.05;
  }
  .l-custom-wrap h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  .l-custom-wrap h2 {
    font-size: clamp(2.2rem, 4.2vw, 3.4rem);
    letter-spacing: -0.02em;
  }
  .l-custom-wrap h3 {
    font-size: clamp(1.5rem, 2.4vw, 1.95rem);
    font-weight: 500;
    line-height: 1.18;
  }
  .l-custom-wrap h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .l-custom-wrap p {
    margin-bottom: 1.1rem;
    color: var(--l-custom-ink-2);
    font-weight: 400;
  }
  .l-custom-wrap a {
    color:rgba(var(--bs-white-rgb));
    text-decoration: none;
  }
  .l-custom-wrap a:hover {
    color: var(--l-custom-accent);
  }
  .l-custom-wrap img {
    max-width: 100%; height: auto; display: block;
  }
  .l-custom-italic {
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144;
    color: var(--l-custom-ink);
  }
  .l-custom-accent-text {
    color: var(--l-custom-accent-dk);
    font-style: italic;
    font-weight: 400;
  }

  /* EYEBROW small caps style */
  .l-custom-eyebrow {
    font-family: 'Inter Tight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.74rem;
    font-weight: 500;
    color: var(--l-custom-accent-dk);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.4rem;
  }
  .l-custom-eyebrow::before {
    content: ""; display: inline-block;
    width: 32px; height: 1px;
    background: var(--l-custom-accent-dk);
  }

  /* ================================================================
     PROMO BAR
  ================================================================ */
  .l-custom-promo {
    background: var(--l-custom-ink);
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 0.65rem 1rem;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.84rem;
    letter-spacing: 0.03em;
  }
  .l-custom-promo strong { color: var(--l-custom-accent-lt); font-weight: 500; }
  .l-custom-promo a {
    color: var(--l-custom-accent-lt);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 8px;
  }
  .l-custom-promo a:hover { color: #fff; }

  /* ================================================================
     STICKY NAVBAR minimal editorial
  ================================================================ */
  .l-custom-nav {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(253, 251, 247, 0.94);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--l-custom-line);
    padding: 1.1rem 0;
  }
  .l-custom-logo {
    display: flex; align-items: center; gap: 0.7rem;
    text-decoration: none;
  }
  .l-custom-logo-mark {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--l-custom-ink);
    color: var(--l-custom-accent-lt);
    font-family: 'Fraunces', serif;
    font-size: 1.1rem; font-weight: 400;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .l-custom-logo-name {
    font-family: 'Fraunces', serif;
    font-size: 1.35rem; font-weight: 400;
    color: var(--l-custom-ink);
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .l-custom-logo-sub {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
    margin-top: 4px;
    font-weight: 400;
  }
  .l-custom-nav-links {
    display: flex; gap: 2.4rem; align-items: center;
  }
  .l-custom-nav-links a {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--l-custom-ink-2);
    transition: color 0.25s ease;
    position: relative;
  }
  .l-custom-nav-links a:not(.l-custom-btn)::after {
    content: ""; position: absolute;
    bottom: -6px; left: 0; right: 0;
    height: 1px; background: var(--l-custom-accent);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s ease;
  }
  .l-custom-nav-links a:not(.l-custom-btn):hover {
    color: var(--l-custom-ink);
  }
  .l-custom-nav-links a:not(.l-custom-btn):hover::after {
    transform: scaleX(1);
  }

  /* ================================================================
     BUTTONS
  ================================================================ */
  .l-custom-btn {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.95rem 1.7rem;
    border-radius: 4px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.92rem; font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none; cursor: pointer; border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .l-custom-btn-primary {
    background: var(--l-custom-ink);
    color: #fff;
  }
  .l-custom-btn-primary:hover {
    background: var(--l-custom-accent-dk);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--l-custom-shadow-sm);
  }
  .l-custom-btn-accent {
    background: var(--l-custom-accent);
    color: #fff;
  }
  .l-custom-btn-accent:hover {
    background: var(--l-custom-accent-dk);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(210, 125, 86, 0.3);
  }
  .l-custom-btn-link {
    background: transparent;
    color: var(--l-custom-ink);
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--l-custom-ink);
    border-radius: 0;
  }
  .l-custom-btn-link:hover {
    color: var(--l-custom-accent-dk);
    border-bottom-color: var(--l-custom-accent-dk);
  }
  .l-custom-btn-sm {
    padding: 0.65rem 1.1rem;
    font-size: 0.84rem;
  }

  /* ================================================================
     HERO full-bleed, asymmetric, editorial
  ================================================================ */
  .l-custom-hero {
    padding: 5rem 0 5.5rem;
    background: var(--l-custom-bg);
    position: relative;
    overflow: hidden;
  }
  .l-custom-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  @media (max-width: 991px) {
    .l-custom-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  }

  .l-custom-hero-pretitle {
    display: flex; align-items: center; gap: 14px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
    margin-bottom: 2rem;
  }
  .l-custom-hero-pretitle::before {
    content: ""; width: 40px; height: 1px;
    background: var(--l-custom-ink-4);
  }
  .l-custom-hero h1 {
    margin-bottom: 1.6rem;
  }
  .l-custom-hero-sub {
    font-size: 1.18rem;
    line-height: 1.55;
    color: var(--l-custom-ink-2);
    max-width: 520px;
    margin-bottom: 2.4rem;
  }
  .l-custom-hero-actions {
    display: flex; gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .l-custom-hero-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--l-custom-line);
  }
  .l-custom-hero-meta strong {
    display: block;
    font-family: 'Fraunces', serif;
    font-size: 1.85rem;
    font-weight: 400;
    color: var(--l-custom-ink);
    line-height: 1;
    margin-bottom: 6px;
  }
  .l-custom-hero-meta span {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
  }
  @media (max-width: 575px) {
    .l-custom-hero-meta { grid-template-columns: repeat(2, 1fr); }
  }

  /* CAROUSEL tall portrait, editorial */
  .l-custom-carousel {
    aspect-ratio: 5/7;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: var(--l-custom-shadow-lg);
    position: relative;
  }
  .l-custom-carousel .carousel-item img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .l-custom-carousel .carousel-item { height: 100%; }
  .l-custom-carousel .carousel-inner,
  .l-custom-carousel .carousel-inner > .carousel-item { height: 100%; }
  .l-custom-carousel::after {
    content: ""; position: absolute;
    inset: 0; pointer-events: none;
    background: linear-gradient(to bottom, transparent 60%, rgba(31, 24, 19, 0.4) 100%);
  }
  .l-custom-carousel-indicators {
    position: absolute;
    bottom: 24px; left: 28px; right: 28px;
    z-index: 5;
    display: flex; gap: 8px;
  }
  .l-custom-carousel-indicators button {
    flex: 1; height: 2px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 0;
  }
  .l-custom-carousel-indicators button.active {
    background: #fff;
  }
  .l-custom-carousel-caption {
    position: absolute;
    bottom: 50px; left: 28px; right: 28px;
    z-index: 5;
    color: #fff;
    font-family: 'Fraunces', serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    line-height: 1.3;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  }
  .l-custom-carousel-caption small {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-top: 8px;
  }

  /* ================================================================
     TRUST STRIP single restrained row
  ================================================================ */
  .l-custom-trust {
    background: var(--l-custom-bg-2);
    padding: 1.6rem 0;
    border-top: 1px solid var(--l-custom-line);
    border-bottom: 1px solid var(--l-custom-line);
  }
  .l-custom-trust-row {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    gap: 1.4rem 2rem;
  }
  .l-custom-trust-item {
    display: flex; align-items: center; gap: 0.8rem;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.88rem;
    color: var(--l-custom-ink-2);
  }
  .l-custom-trust-item i {
    font-size: 1.45rem;
  }
  .l-custom-trust-item i.l-custom-i-google { color: #4285F4; }
  .l-custom-trust-item i.l-custom-i-tripadvisor { color: #00AA6C; }
  .l-custom-trust-item i.l-custom-i-yoga { color: var(--l-custom-accent-dk); }
  .l-custom-trust-item i.l-custom-i-shield { color: var(--l-custom-ink); }
  .l-custom-trust-item strong {
    color: var(--l-custom-ink);
    font-weight: 600;
    font-size: 0.94rem;
  }
  .l-custom-trust-item .l-custom-stars {
    color: var(--l-custom-gold);
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
  .l-custom-trust-divider {
    width: 1px; height: 36px;
    background: var(--l-custom-line-2);
  }
  @media (max-width: 991px) {
    .l-custom-trust-divider { display: none; }
  }

  /* ================================================================
     SECTIONS
  ================================================================ */
  .l-custom-section {
    padding: 7rem 0;
    position: relative;
  }
  .l-custom-section-tight { padding: 5rem 0; }
  .l-custom-section-warm { background: var(--l-custom-bg-2); }
  .l-custom-section-warmer { background: var(--l-custom-bg-3); }
  .l-custom-section-ink { background: var(--l-custom-ink); color: rgba(255,255,255,0.82); }
  .l-custom-section-ink h2, .l-custom-section-ink h3, .l-custom-section-ink h4 { color: #fff; }
  .l-custom-section-ink p { color: rgba(255,255,255,0.75); }

  /* ================================================================
     ABOUT asymmetric image-left/text-right (8/4 split)
  ================================================================ */
  .l-custom-about-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  @media (max-width: 991px) {
    .l-custom-about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  }
  .l-custom-about-img {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: var(--l-custom-shadow);
  }
  .l-custom-about-img img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .l-custom-about-text h2 {
    margin-bottom: 1.8rem;
  }
  .l-custom-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--l-custom-line);
  }
  .l-custom-about-stats strong {
    display: block;
    font-family: 'Fraunces', serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--l-custom-accent-dk);
    line-height: 1;
    margin-bottom: 8px;
  }
  .l-custom-about-stats span {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
  }

  /* ================================================================
     BY THE NUMBERS North American alumni snapshot
  ================================================================ */
  .l-custom-numbers {
    background: var(--l-custom-ink);
    color: #fff;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
  }
  .l-custom-numbers::before {
    content: ""; position: absolute;
    top: -30%; right: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(210, 125, 86, 0.18), transparent 70%);
    border-radius: 50%; pointer-events: none;
  }
  .l-custom-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .l-custom-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  }
  .l-custom-num-item strong {
    display: block;
    font-family: 'Fraunces', serif;
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    font-weight: 300;
    color: var(--l-custom-accent-lt);
    line-height: 1;
    margin-bottom: 14px;
  }
  .l-custom-num-item .l-custom-num-label {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
  }

  /* ================================================================
     COURSES 3-column comparison grid
  ================================================================ */
  .l-custom-section-header-left {
    max-width: 720px;
    margin-bottom: 4rem;
  }
  .l-custom-courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  @media (max-width: 991px) {
    .l-custom-courses-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  }
  .l-custom-course {
    background: var(--l-custom-paper);
    border: 1px solid var(--l-custom-line);
    padding: 2.6rem 2.2rem 2.4rem;
    border-radius: 2px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
  }
  .l-custom-course:hover {
    transform: translateY(-4px);
    box-shadow: var(--l-custom-shadow);
    border-color: var(--l-custom-accent-lt);
  }
  .l-custom-course-featured {
    background: var(--l-custom-ink);
    color: #fff;
    border-color: var(--l-custom-ink);
  }
  .l-custom-course-featured h3,
  .l-custom-course-featured .l-custom-course-num { color: #fff; }
  .l-custom-course-featured p { color: rgba(255, 255, 255, 0.78); }
  .l-custom-course-featured .l-custom-course-feat-list li::before {
    background: var(--l-custom-accent-lt);
  }
  .l-custom-course-featured .l-custom-course-feat-list li {
    color: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .l-custom-course-num {
    font-family: 'Fraunces', serif;
    font-size: 4rem;
    font-weight: 300;
    color: var(--l-custom-accent);
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.03em;
  }
  .l-custom-course-num small {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
    display: block;
    margin-bottom: 2rem;
    margin-top: 6px;
  }
  .l-custom-course-featured .l-custom-course-num small {
    color: rgba(255, 255, 255, 0.65);
  }
  .l-custom-course h3 {
    margin-bottom: 1rem;
  }
  .l-custom-course > p {
    margin-bottom: 1.6rem;
  }
  .l-custom-course-tag {
    position: absolute;
    top: 1.4rem; right: 1.4rem;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--l-custom-accent-dk);
    background: var(--l-custom-bg-2);
    padding: 0.3rem 0.7rem;
    border-radius: 2px;
    font-weight: 500;
  }
  .l-custom-course-featured .l-custom-course-tag {
    background: var(--l-custom-accent);
    color: #fff;
  }
  .l-custom-course-feat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex-grow: 1;
  }
  .l-custom-course-feat-list li {
    padding: 0.7rem 0 0.7rem 1.5rem;
    border-bottom: 1px solid var(--l-custom-line);
    font-size: 0.9rem;
    color: var(--l-custom-ink-2);
    position: relative;
    font-family: 'Inter', sans-serif;
  }
  .l-custom-course-feat-list li::before {
    content: ""; position: absolute;
    left: 0; top: 1.05rem;
    width: 7px; height: 7px;
    background: var(--l-custom-accent);
    border-radius: 50%;
  }
  .l-custom-course-feat-list li:last-child { border-bottom: none; }
  .l-custom-course .l-custom-btn {
    align-self: flex-start;
  }

  /* ================================================================
     EMPATHY ROWS asymmetric, large images
  ================================================================ */
  .l-custom-row {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 5rem;
    align-items: center;
  }
  .l-custom-row-reverse {
    grid-template-columns: 1.1fr 1fr;
  }
  @media (max-width: 991px) {
    .l-custom-row, .l-custom-row-reverse {
      grid-template-columns: 1fr; gap: 2.5rem;
    }
  }
  .l-custom-row-img {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: var(--l-custom-shadow);
  }
  .l-custom-row-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }
  .l-custom-row:hover .l-custom-row-img img,
  .l-custom-row-reverse:hover .l-custom-row-img img {
    transform: scale(1.04);
  }
  .l-custom-row-text h2 {
    margin-bottom: 1.6rem;
  }
  .l-custom-row-ul {
    list-style: none; padding: 0;
    margin: 1.6rem 0 2rem;
  }
  .l-custom-row-ul li {
    padding: 0.55rem 0 0.55rem 2rem;
    color: var(--l-custom-ink-2);
    position: relative;
    border-bottom: 1px solid var(--l-custom-line);
    font-size: 0.97rem;
  }
  .l-custom-row-ul li:last-child { border-bottom: none; }
  .l-custom-row-ul li::before {
    content: "->";
    position: absolute;
    left: 0; top: 0.55rem;
    color: var(--l-custom-accent);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
  }

  /* ================================================================
     INCLUSIONS 4-up minimal feature grid
  ================================================================ */
  .l-custom-inclusions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--l-custom-line);
    border-left: 1px solid var(--l-custom-line);
  }
  @media (max-width: 991px) {
    .l-custom-inclusions { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 575px) {
    .l-custom-inclusions { grid-template-columns: 1fr; }
  }
  .l-custom-incl-item {
    padding: 2.2rem 1.8rem;
    border-right: 1px solid var(--l-custom-line);
    border-bottom: 1px solid var(--l-custom-line);
    transition: background 0.3s ease;
  }
  .l-custom-incl-item:hover {
    background: var(--l-custom-bg-2);
  }
  .l-custom-incl-icon {
    font-size: 1.7rem;
    color: var(--l-custom-accent-dk);
    margin-bottom: 1rem;
    display: inline-block;
  }
  .l-custom-incl-item h4 {
    margin-bottom: 0.5rem;
  }
  .l-custom-incl-item p {
    font-size: 0.92rem;
    color: var(--l-custom-ink-3);
    margin: 0;
    line-height: 1.55;
  }

  /* ================================================================
     SCHEDULE three time-period columns (morning/afternoon/evening)
  ================================================================ */
  .l-custom-schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  @media (max-width: 991px) {
    .l-custom-schedule-grid { grid-template-columns: 1fr; gap: 2rem; }
  }
  .l-custom-sched-col {
    border-top: 2px solid var(--l-custom-accent);
    padding-top: 1.8rem;
  }
  .l-custom-sched-col h4 {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--l-custom-ink);
    margin-bottom: 1.6rem;
  }
  .l-custom-sched-item {
    display: flex; gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--l-custom-line);
  }
  .l-custom-sched-item:last-child { border-bottom: none; }
  .l-custom-sched-item strong {
    font-family: 'Fraunces', serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--l-custom-accent-dk);
    flex-shrink: 0;
    min-width: 70px;
  }
  .l-custom-sched-item span {
    font-family: 'Inter', sans-serif;
    font-size: 0.93rem;
    color: var(--l-custom-ink-2);
    line-height: 1.45;
  }

  /* ================================================================
     PHOTO GALLERY magazine-grid
  ================================================================ */
  .l-custom-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 260px 260px;
    gap: 1rem;
  }
  @media (max-width: 991px) {
    .l-custom-gallery {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 240px);
    }
  }
  .l-custom-gal {
    overflow: hidden;
    border-radius: 2px;
    transition: transform 0.4s ease;
  }
  .l-custom-gal:hover { transform: scale(1.02); }
  .l-custom-gal img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .l-custom-gal-tall { grid-row: span 2; }
  .l-custom-gal-wide { grid-column: span 2; }
  @media (max-width: 991px) {
    .l-custom-gal-tall, .l-custom-gal-wide { grid-column: span 1; grid-row: span 1; }
  }

  /* ================================================================
     TESTIMONIALS Featured pullquote + small cards
  ================================================================ */
  .l-custom-pullquote {
    max-width: 920px;
    margin: 0 auto 5rem;
    text-align: left;
    border-left: 3px solid var(--l-custom-accent);
    padding: 1rem 0 1rem 2.6rem;
  }
  .l-custom-pullquote .l-custom-pull-theme {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--l-custom-accent-dk);
    margin-bottom: 1.2rem;
    display: block;
    font-weight: 500;
  }
  .l-custom-pullquote blockquote {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.25;
    color: var(--l-custom-ink);
    margin: 0 0 1.8rem 0;
  }
  .l-custom-pullquote .l-custom-pull-author {
    display: flex; align-items: center; gap: 1rem;
  }
  .l-custom-pullquote .l-custom-pull-author strong {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    color: var(--l-custom-ink);
    font-size: 0.96rem;
    display: block;
  }
  .l-custom-pullquote .l-custom-pull-author span {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.84rem;
    color: var(--l-custom-ink-3);
  }
  .l-custom-pullquote .l-custom-pull-avatar {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: var(--l-custom-accent);
    color: #fff;
    font-family: 'Fraunces', serif;
    font-size: 1.25rem; font-weight: 500;
    display: flex; align-items: center; justify-content: center;
  }

  /* secondary review cards */
  .l-custom-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
  }
  @media (max-width: 991px) {
    .l-custom-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 575px) {
    .l-custom-reviews-grid { grid-template-columns: 1fr; }
  }
  .l-custom-review {
    background: var(--l-custom-paper);
    padding: 1.8rem 1.6rem;
    border-radius: 2px;
    border: 1px solid var(--l-custom-line);
    transition: all 0.3s ease;
  }
  .l-custom-review:hover {
    border-color: var(--l-custom-accent-lt);
    box-shadow: var(--l-custom-shadow-sm);
  }
  .l-custom-review .l-custom-rev-theme {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--l-custom-accent-dk);
    margin-bottom: 0.8rem;
    font-weight: 500;
  }
  .l-custom-review .l-custom-rev-stars {
    color: var(--l-custom-gold);
    font-size: 0.84rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.6rem;
  }
  .l-custom-review h4 {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--l-custom-ink);
  }
  .l-custom-review p {
    font-size: 0.88rem;
    color: var(--l-custom-ink-3);
    line-height: 1.55;
    margin-bottom: 1rem;
  }
  .l-custom-review .l-custom-rev-name {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--l-custom-ink);
  }
  .l-custom-review .l-custom-rev-meta {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.74rem;
    color: var(--l-custom-ink-3);
    margin-top: 2px;
  }

  /* ================================================================
     PRICING minimal, comparison-aligned
  ================================================================ */
  .l-custom-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  @media (max-width: 991px) {
    .l-custom-pricing-grid { grid-template-columns: 1fr; }
  }
  .l-custom-price-card {
    background: var(--l-custom-paper);
    border: 1px solid var(--l-custom-line);
    padding: 2.4rem 2rem;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .l-custom-price-card:hover {
    border-color: var(--l-custom-accent-lt);
    box-shadow: var(--l-custom-shadow);
  }
  .l-custom-price-card h3 {
    margin-bottom: 0.4rem;
  }
  .l-custom-price-card-meta {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
    margin-bottom: 1.6rem;
  }
  .l-custom-price-figure {
    display: flex; align-items: baseline; gap: 6px;
    margin-bottom: 1.8rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--l-custom-line);
  }
  .l-custom-price-figure small {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.78rem;
    color: var(--l-custom-ink-3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .l-custom-price-figure strong {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 2.2rem;
    color: var(--l-custom-accent-dk);
    line-height: 1;
  }
  .l-custom-price-list {
    list-style: none; padding: 0;
    margin: 0 0 2rem 0;
  }
  .l-custom-price-list li {
    padding: 0.55rem 0 0.55rem 1.6rem;
    color: var(--l-custom-ink-2);
    position: relative;
    font-size: 0.9rem;
  }
  .l-custom-price-list li::before {
    content: "\F26B";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0; top: 0.55rem;
    color: var(--l-custom-accent);
    font-size: 0.95rem;
  }

  /* ================================================================
     FORM single column, centered, editorial
  ================================================================ */
  .l-custom-form-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--l-custom-paper);
    padding: 4rem 3.5rem;
    border-radius: 2px;
    box-shadow: var(--l-custom-shadow-lg);
    border: 1px solid var(--l-custom-line);
  }
  @media (max-width: 575px) {
    .l-custom-form-wrap { padding: 2.4rem 1.6rem; }
  }
  .l-custom-form-wrap h2 {
    margin-bottom: 1.2rem;
  }
  .l-custom-form-wrap > p {
    font-size: 1.05rem;
    color: var(--l-custom-ink-2);
    margin-bottom: 2.4rem;
  }
  .l-custom-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
  }
  .l-custom-form-grid .l-custom-form-full {
    grid-column: span 2;
  }
  @media (max-width: 575px) {
    .l-custom-form-grid { grid-template-columns: 1fr; }
    .l-custom-form-grid .l-custom-form-full { grid-column: 1; }
  }
  .l-custom-form-wrap label {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--l-custom-ink-3);
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .l-custom-form-wrap .form-control,
  .l-custom-form-wrap .form-select {
    border: none;
    border-bottom: 1px solid var(--l-custom-line-2);
    border-radius: 0;
    padding: 0.7rem 0;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--l-custom-ink);
    transition: border-color 0.25s ease;
  }
  .l-custom-form-wrap .form-control:focus,
  .l-custom-form-wrap .form-select:focus {
    border-bottom-color: var(--l-custom-accent);
    outline: none;
    box-shadow: none;
    background: transparent;
  }
  .l-custom-form-wrap .form-control::placeholder {
    color: var(--l-custom-ink-4);
  }
  .l-custom-form-trust {
    display: flex; gap: 1.4rem; flex-wrap: wrap;
    margin-top: 2rem; padding-top: 2rem;
    border-top: 1px solid var(--l-custom-line);
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.84rem;
    color: var(--l-custom-ink-3);
  }
  .l-custom-form-trust span {
    display: flex; align-items: center; gap: 8px;
  }
  .l-custom-form-trust i {
    color: var(--l-custom-accent-dk);
  }

  /* ================================================================
     FAQ
  ================================================================ */
  .l-custom-faq {
    border-bottom: 1px solid var(--l-custom-line);
    padding: 0;
  }
  .l-custom-faq:first-of-type {
    border-top: 1px solid var(--l-custom-line);
  }
  .l-custom-faq summary {
    padding: 1.8rem 0;
    font-family: 'Fraunces', serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--l-custom-ink);
    cursor: pointer;
    list-style: none;
    display: flex; justify-content: space-between; align-items: center;
    gap: 1rem;
    transition: color 0.25s ease;
  }
  .l-custom-faq summary:hover { color: var(--l-custom-accent-dk); }
  .l-custom-faq summary::-webkit-details-marker { display: none; }
  .l-custom-faq summary::after {
    content: "+";
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--l-custom-accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .l-custom-faq[open] summary::after { transform: rotate(45deg); }
  .l-custom-faq-body {
    padding: 0 0 1.8rem 0;
    color: var(--l-custom-ink-2);
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 780px;
  }

  /* ================================================================
     FINAL CTA + FOOTER
  ================================================================ */
  .l-custom-final {
    background: var(--l-custom-bg-3);
    padding: 6rem 0;
    border-bottom: 1px solid var(--l-custom-line);
  }
  .l-custom-final-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  @media (max-width: 991px) {
    .l-custom-final-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  }
  .l-custom-final-img {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: var(--l-custom-shadow);
  }
  .l-custom-final-img img {
    width: 100%; height: 100%; object-fit: cover;
  }

  .l-custom-footer {
    background: var(--l-custom-ink);
    color: rgba(255, 255, 255, 0.65);
    padding: 5rem 0 2rem;
  }
  .l-custom-footer h4 {
    color: #fff;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    margin-bottom: 1.3rem;
  }
  .l-custom-footer a {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.92rem;
    display: block;
    padding: 0.32rem 0;
    transition: color 0.2s ease;
  }
  .l-custom-footer a:hover {
    color: var(--l-custom-accent-lt);
  }
  .l-custom-footer-social {
    display: flex; gap: 1rem;
    margin-top: 1.2rem;
  }
  .l-custom-footer-social a {
    width: 38px; height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0;
    font-size: 0.95rem;
    transition: all 0.25s ease;
  }
  .l-custom-footer-social a:hover {
    background: var(--l-custom-accent);
    border-color: var(--l-custom-accent);
    color: #fff;
  }
  .l-custom-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3.5rem;
    padding-top: 1.8rem;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    letter-spacing: 0.03em;
  }

  /* ================================================================
     STICKY MOBILE CTA
  ================================================================ */
  .l-custom-mobile-cta {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: rgba(253, 251, 247, 0.97);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--l-custom-line);
    padding: 0.85rem 1rem;
    z-index: 999;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
  }
  .l-custom-mobile-cta .l-custom-btn {
    width: 100%; justify-content: center;
  }

  /* Responsive nav/section spacing */
  @media (max-width: 991px) {
    .l-custom-nav-links { display: none; }
    .l-custom-section { padding: 4rem 0; }
    .l-custom-section-tight { padding: 3rem 0; }
    .l-custom-hero { padding: 3rem 0 3.5rem; }
    .l-custom-section-header-left { margin-bottom: 2.5rem; }
    .l-custom-wrap { padding-bottom: 80px; }
  }
  @media (min-width: 992px) {
    .l-custom-mobile-cta { display: none; }
  }
  .container{
    --bs-gutter-x: 3.0rem;
  }
/* Logo Size */
.l-custom-logo img{
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991px){
  .l-custom-logo img{
    max-width: 180px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .l-custom-logo img{
    max-width: 150px;
  }

  .l-custom-nav{
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.l-custom-btn-accent-form{
    background: var(--l-custom-accent);
    color: #fff;
    width: 100%;
}
/* 1. Ensure the response output is visible */
.wpcf7-response-output {
    display: block !important; /* Changed from none */
    margin: 20px 0 0 0 !important; /* Adds spacing above the message, after the button */
    padding: 15px !important;
    border: none !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1rem;
}

/* 2. Success Message Styling */
.wpcf7-mail-sent-ok {
    color: #28a745 !important; 
    border: 2px solid #28a745 !important;  
    background-color: rgba(40, 167, 69, 0.1) !important;
}

/* 3. Error/Validation Summary Styling (The box at the bottom) */
.wpcf7-validation-errors {
    color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
}

/* 4. Individual Field Error Tips (The red text under inputs) */
.wpcf7-not-valid-tip {
    color: #dc3545 !important; 
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* Hide the screen reader response if you only want the bottom box */
.screen-reader-response {
    display: none !important;
}
